-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Revert unhandled exception PR for 1.3.0 temporarily #15287
[WIP] Revert unhandled exception PR for 1.3.0 temporarily #15287
Conversation
cc @wuisawesome |
Nvm this is a PR against the release branch. You can merge directly once CI passes. |
Hey @simon-mo Do you know why the buildkite build fails? |
|
@simon-mo It should be based off of release 1.3.0. (I checked out from there). So, here's what I did.
|
@simon-mo maybe having a quick call? Conclusion: |
`dm-tree` released a new version https://pypi.org/project/dm-tree/#history and it depends on `bazel` to build from source, and it conflicts with our current bazel setup (this conflict is non-trivial to fix).
Hey @wuisawesome Can you review the PR? |
Both windows tests failures are from release 1.3.0 branch. Lint failure and buildkite failure is due to this PR is for release branch according to Simon. test_failure is a known flaky test. Merging it. |
Why are these changes needed?
Related issue number
Checks
scripts/format.sh
to lint the changes in this PR.